PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFMarkInformation Class / setIsTaggedPDF Method
True if the document conforms to tagged PDF conventions, otherwise false.
In This Topic
    setIsTaggedPDF Method
    In This Topic
    Sets a value indicating whether the document conforms to tagged PDF conventions.
    Syntax
    public void setIsTaggedPDF( 
       boolean isTaggedPDF
    )

    Parameters

    isTaggedPDF
    True if the document conforms to tagged PDF conventions, otherwise false.
    See Also